C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class
Members

C1ScopedDataCollection<T> Class
Wrap collection that is constrained to get and modify a specific property of the data items without affecting the rest of the properties.
Syntax
Type Parameters
T
Remarks
This collection can perform group, filter and sort over the specified property path, without affecting the operations applied to the underlying collection that are not related to the scoped property.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1WrapDataCollection<S,T>
         C1.DataCollection.C1WrapDataCollection<T>
            C1.DataCollection.C1ScopedDataCollection<T>

See Also